@charset "utf-8";
/* CSS Document */

/* imgPlay */
#imgPlay{overflow:hidden;width:900px;zoom:1;position:relative;height:100px;}
#imgPlay .imgs img{border:#dbdbdb 0px solid;width:100%;}
#imgPlay .imgs li{float:left;position:relative; list-style:none;}
#imgPlay .imgs{width:5760px}
#imgPlay .prev{ display:none;}
#imgPlay:hover .prev{background:url(full/s11.png) no-repeat;left:1px;width:46px;cursor:pointer;text-indent:-9999px;position:absolute;top:30px;height:46px; display:block;}
#imgPlay .next{ display:none;}
#imgPlay:hover .next{background:url(full/s12.png) no-repeat;right:1px;width:46px;cursor:pointer;text-indent:-9999px;position:absolute;top:30px;height:46px; display:block;}
#imgPlay .next{background-position:right 0px;right:1px;left:auto;}